home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / gdm / PreSession / Default
Text File  |  2009-10-20  |  404b  |  17 lines

  1. #!/bin/sh
  2. #
  3. # Note that any setup should come before the sessreg command as
  4. # that must be 'exec'ed for the pid to be correct (sessreg uses the parent
  5. # pid)
  6. #
  7. # Note that output goes into the .xsession-errors file for easy debugging
  8. #
  9. PATH="/usr/bin:$PATH:/bin:/usr/bin"
  10.  
  11. if [ -x '/usr/bin/xsplash' ];
  12. then
  13.         /usr/bin/xsplash --daemon
  14. fi
  15.  
  16. initctl -q emit desktop-session-start DISPLAY_MANAGER=gdm
  17.